home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / misc / GIF_Comment.lha / GIF_+_Comment.doc < prev    next >
Text File  |  1996-09-01  |  6KB  |  172 lines

  1. GIF_+_Comment 1.06
  2. © 1995 Felix Coronado
  3. ------------------------
  4. ARexx Pseudo-Loader for GIF files & GIF file comments
  5. For use with The Art Department Professional v2.5
  6.  
  7.                          ------------------------
  8.  
  9.  Copyright and Distribution
  10.  ==========================
  11.  GIF_+_Comment is copyright 1995 by Felix Coronado.  All rights reserved.
  12.  
  13.  
  14.  GIF_+_Comment is Freeware and it may be distributed only if:
  15.  
  16.  1. it is in its original unmodified form
  17.  2. it is accompanied by this documentation
  18.  3. nothing is charged for it, other than the cost of the media and nominal
  19.     duplication fees
  20.  
  21.  Any distribution of GIF_+_Comment that does not meet all of the above
  22.  requirements must have the prior written permission of the author (Felix C.
  23.  Coronado).
  24.  
  25.  Permission is granted to include GIF_+_Comment in Fred Fish's Amiga Disk
  26.  Library (including CD ROM versions of it) and the AmiNet CD ROMs.
  27.  
  28.                          ------------------------
  29.  
  30.  Disclaimer
  31.  ==========
  32.  This program (GIF_+_Comment) comes with no warranty, either expressed or
  33.  implied.  The author (Felix Coronado) is in no way responsible for any
  34.  damage, loss, or ill-effects directly or indirectly caused by the usage of
  35.  this program.
  36.  
  37.                          ------------------------
  38.  
  39.  What Does It Do?
  40.  ===============
  41.  GIF_+_Comment is an ARexx script for use with ADPro 2.5 that searches for
  42.  and displays any text comments contained in a GIF file, then loads the file
  43.  into ADPro's image buffer.
  44.  
  45.  NOTE: GIF_+_Comment will only search for comments in GIF89a files, as this
  46.  is the only type of GIF file that can contain comments.  If you use it on a
  47.  GIF87a file, the file will be loaded into ADPro's image buffer without being
  48.  searched for comments.
  49.  
  50.                          ------------------------
  51.  
  52.  Requirements
  53.  ============
  54.  1. ARexx
  55.  2. Art Department Professional version 2.5
  56.  3. ADPro GIF Loader
  57.  
  58.                          ------------------------
  59.  
  60.  Installation
  61.  ============
  62.  Copy GIF_+_Comment to your ADPro:Loaders2 directory or elsewhere.
  63.  
  64.                          ------------------------
  65.  
  66.  Using it
  67.  ========
  68.  Start GIF_+_Comment using the instructions for launching ARexx scripts in
  69.  your ADPro manual, or any other method you can think of.
  70.  
  71.  Once it starts, you will see a file requester from which to pick a GIF file
  72.  to load.
  73.  
  74.  If the file you pick is a GIF 89a file, a small window will open showing the
  75.  following:
  76.  
  77.      File: <the GIF file you selected>
  78.  
  79.      Searching for comments...
  80.  
  81.      Ctrl-d to stop
  82.  
  83.  GIF_+_Comment is now searching the selected file for comments.  If you press
  84.  Ctrl-d (the "Ctrl" key and the "d" key at the same time) while this window
  85.  is open, GIF_+_Comment will stop searching for comments and go on to the
  86.  rest of the script.  Pressing Ctrl-c while this window is open will abort
  87.  the script.
  88.  
  89.  If you stop the search before any comments are found, if no comments are
  90.  found, or if the file you selected was a GIF 87a file, GIF_+_Comment will
  91.  load the selected file into ADPro's image buffer.
  92.  
  93.  If GIF_+_Comment is able to find comments, a large window will open showing
  94.  the following:
  95.  
  96.      File: <the GIF file you selected>
  97.  
  98.      Comment <number>: <Comment>
  99.  
  100.  After this window opens, GIF_+_Comment will load the selected file into
  101.  ADPro's image buffer.  The window will remain open until you click on its
  102.  close gadget.
  103.  
  104.                          ------------------------
  105.  
  106.  Contacting the Author
  107.  =====================
  108.  If you have any bug reports, questions, suggestions, comments, or gifts to
  109.  send me or if you would like information about the most recent versions of
  110.  my programs, I would be glad to hear from you.  I would particularly like to
  111.  hear from you if:
  112.  
  113.  1. You come across a GIF file that you know contains comments but
  114.    GIF_+_Comment does not display the comments.  If this occurs, I would
  115.    appreciate it if you sent me a copy of the file so that I could try to fix
  116.    the problem.
  117.  
  118.  2. You have any information relating to GIF file comments (programs that let
  119.    you add/edit them, etc.)
  120.  
  121.  I can be reached at:
  122.  
  123.  E-mail:
  124.         Internet: (if you don't get a reply from one address, try the other)
  125.                   felixthecat@geocities.com
  126.                   75460.722@compuserve.com
  127.  
  128.       CompuServe: 75460,722
  129.  
  130.  WWW: www.geocities.com/Paris/2866
  131.  
  132.                          ------------------------
  133.  
  134.  Version History
  135.  ===============
  136.  1.06 May 21, 1995 - Minor improvements
  137.  ---------------------------------------------------------------------------
  138.  1.05 April 5, 1995 - GIF_+_Comment can now detect comments shorter than 255
  139.                       characters
  140.                     - GIF_+_Comment now displays only actual comment text
  141.                     - Multiple comments are now displayed separately
  142.                     - Other minor improvements
  143.  ---------------------------------------------------------------------------
  144.  1.04 April 2, 1995 - Minor improvements
  145.  ---------------------------------------------------------------------------
  146.  1.03 March 26, 1995 - First public release
  147.  ---------------------------------------------------------------------------
  148.  1.0 March 1, 1995
  149.  ---------------------------------------------------------------------------
  150.  
  151.                          ------------------------
  152.  
  153.  Other Stuff by Felix Coronado
  154.  =============================
  155.  Look for these other fine ARexx scripts/programs by Felix Coronado:
  156.  
  157.  Cataloger - ARexx script for The Art Department Professional v2.x or
  158.              MorphPlus.  Makes image catalogs containing thumbnails of
  159.              selected files.
  160.              Features include:
  161.              - Loads & saves most ADPro/MorphPlus file formats
  162.              - Many options, different combinations can be saved & loaded
  163.              - Files can be picked from requesters, FRED Sequence files, or
  164.                ASCII file lists
  165.  
  166.  JPEG_+_Comment - ARexx script that acts as a pseudo-Loader for The Art
  167.                   Department Professional v2.5.  Loads a JPEG file while
  168.                   displaying any text comments contained in the file.
  169.  
  170.  ShowComment.rexx - ARexx program that searches for and displays any text
  171.                     comments contained in a JPEG or GIF file.
  172.